From: Kenichi Handa Date: Tue, 23 Jun 2009 05:53:56 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~324^2~11826 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=c313ea3336d13fe84bcf2a17344f91be4427ff98;p=emacs.git *** empty log message *** --- diff --git a/src/ChangeLog b/src/ChangeLog index a5b4fc0ec90..af7231d7751 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,19 @@ 2009-06-23 Kenichi Handa + * emacs.c (main): Call init_font (). + + * font.h (Vfont_log): Extern it. + (FONT_ADD_LOG, FONT_DEFERRED_LOG): New macros. + + * font.c (font_sort_entities, font_list_entities) + (font_matching_entity, font_open_entity) + (font_close_object): Change font_add_log to FONT_ADD_LOG. + (Vfont_log): Delete static. + (font_log_env_checked): Delete this variable. + (font_add_log): Don't check font_log_env_checked. + (font_deferred_log): Check Vfont_log. + (init_font): New function. + * ftfont.c: Change font_add_log to FONT_ADD_LOG. * w32font.c: Change font_add_log to FONT_ADD_LOG.